Hero: tighten height so repo grid peeks above the fold#28
Merged
Conversation
The hero was claiming the entire viewport on common desktop sizes, leaving nothing else visible until scroll. Combined "TOOLS FOR" onto one line, shrank the headline scale (9vw / 7.5rem max), loosened leading from 0.85 to 0.92 so the stacked-3d shadow on SLACK clears "+ AGENTS." at the smaller size, and trimmed section padding and inter-block margins. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
tightknit-dev-website | c1943f2 | Commit Preview URL Branch Preview URL |
May 19 2026, 10:31 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
TOOLS+FORonto a single line (4 → 3 headline rows) and shrank the headline scale fromclamp(3.5rem, 12vw, 10rem)toclamp(2.75rem, 9vw, 7.5rem).0.85→0.92— at the smaller font size, the 12px stacked-3d shadow onSLACKwas crashing into+ AGENTS..pt-16 pb-20 lg:pt-24 lg:pb-28→pt-10 pb-12 lg:pt-14 lg:pb-16) and the inter-block margins (mb-8→mb-5,mt-10→mt-6).At 1920×1080 the marquee strip and the start of the next section now sit above the fold; at 1440×900 a repo card peeks in just below the marquee.
Test plan
SLACKstacked-3d shadow and+ AGENTS.🤖 Generated with Claude Code